<?xml version="1.0" encoding="gb2312"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >
<xsl:output method="xml" omit-xml-declaration = "yes" indent="yes" version="4.0"/>
	<!--
	Copyright (C) 2004,2005 AspSky.Net. All rights reserved.
	Written by dvbbs.net Lao Mi
	Web: http://www.aspsky.net/,http://www.dvbbs.net/
	Email: eway@aspsky.net
	-->
<xsl:template  match="/">

	<xsl:variable name="myscript"><![CDATA[
<script type="text/javascript" language="javascript">
function astro(birth)
{
	if (birth!='')
	{	var tmpstr;
		var bstr;
		var mm;
		var yy;
		var dd;
		var birthmonth;
		tmpstr=birth.split(' ')
		bstr=tmpstr[0]
		tmpstr=bstr.split('-')
		yy=(tmpstr[0]*1)
		mm=(tmpstr[1]*1)
		dd=(tmpstr[2]*1)
		switch(mm){
		case 1 :
		if(dd>=21){return('<img src=Skins/Default/birth/z11.gif alt=ˮƿ'+mm+'-'+dd+'>');}
		else{return('<img src=Skins/Default/birth/z10.gif alt=ħ'+mm+'-'+dd+'>');}
		break;
		case 2 :
		if(dd>=20){return('<img src=Skins/Default/birth/z12.gif alt=˫'+mm+'-'+dd+'>');}
		else{return('<img src=Skins/Default/birth/z11.gif alt=ˮƿ'+mm+'-'+dd+'>');}
		break;
		case 3 :
		if(dd>=21){return('<img src=Skins/Default/birth/z1.gif alt='+mm+'-'+dd+'>');}
		else{return('<img src=Skins/Default/birth/z12.gif alt=˫'+mm+'-'+dd+'>');}
		break;
		case 4 :
		if(dd>=21){return('<img src=Skins/Default/birth/z2.gif alt=ţ'+mm+'-'+dd+'>');}
		else{return('<img src=Skins/Default/birth/z1.gif alt='+mm+'-'+dd+'>');}
		break;
		case 5 :
		if(dd>=22){return('<img src=Skins/Default/birth/z3.gif alt=˫'+mm+'-'+dd+'>');}
		else{return('<img src=Skins/Default/birth/z2.gif alt=ţ'+mm+'-'+dd+'>');}
		break;
		case 6 :
		if(dd>=22){return('<img src=Skins/Default/birth/z4.gif alt=з'+mm+'-'+dd+'>');}
		else{return('<img src=Skins/Default/birth/z3.gif alt=˫'+mm+'-'+dd+'>');}
		break;
		case 7 :
		if(dd>=23){return('<img src=Skins/Default/birth/z5.gif alt=ʨ'+mm+'-'+dd+'>');}
		else{return('<img src=Skins/Default/birth/z4.gif alt=з'+mm+'-'+dd+'>');}
		break;
		case 8 :
		if(dd>=24){return('<img src=Skins/Default/birth/z6.gif alt=Ů'+mm+'-'+dd+'>');}
		else{return('<img src=Skins/Default/birth/z5.gif alt=ʨ'+mm+'-'+dd+'>');}
		break;
		case 9 :
		if(dd>=24){return('<img src=Skins/Default/birth/z7.gif alt='+mm+'-'+dd+'>');}
		else{return('<img src=Skins/Default/birth/z6.gif alt=Ů'+mm+'-'+dd+'>');}
		break;
		case 10 :
		if(dd>=24){return('<img src=Skins/Default/birth/z8.gif alt=Ы'+mm+'-'+dd+'>');}
		else{return('<img src=Skins/Default/birth/z7.gif alt='+mm+'-'+dd+'>');}
		break;
		case 11 :
		if(dd>=23){return('<img src=Skins/Default/birth/z9.gif alt='+mm+'-'+dd+'>');}
		else{return('<img src=Skins/Default/birth/z8.gif alt=Ы'+mm+'-'+dd+'>');}
		break;
		case 12 :
		if(dd>=22){return('<img src=Skins/Default/birth/z10.gif alt=ħ'+mm+'-'+dd+'>');}
		else{return('<img src=Skins/Default/birth/z9.gif alt='+mm+'-'+dd+'>');}
		break;
		default : return('');
}
	}else{return('');}
}
function MM_showHideLayers() { //v6.0

  var i,p,v,obj,args=MM_showHideLayers.arguments;
  obj=document.getElementById("MagicFace");
  for (i=0; i<(args.length-2); i+=3) if (obj) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function DispMagicEmot(MagicID,H,W){
	MagicFaceUrl = "Dv_plus/tools/magicface/swf/" + MagicID + ".swf";
	document.getElementById("MagicFace").innerHTML = '<OBJECT codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="' + W + '" height="' + H + '"><PARAM NAME=movie VALUE="'+ MagicFaceUrl +'"><param name=menu value=false><PARAM NAME=quality VALUE=high><PARAM NAME=play VALUE=false><param name="wmode" value="transparent"><embed src="' + MagicFaceUrl +'" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="' + W + '" height="' + H + '"></embed>';
	document.getElementById("MagicFace").style.top = '250px';
	document.getElementById("MagicFace").style.left = '250px';
	document.getElementById("MagicFace").style.visibility = 'visible';
	MagicID += Math.random();
	setTimeout("MM_showHideLayers('MagicFace','','hidden')",5000);
	NowMeID = MagicID;
}
function LoadMagicEmot(MagicID,topicid){
var cookiesstr=readCookie('mofaface_'+ topicid);
if (cookiesstr ==null){
createCookie('mofaface_'+ topicid,MagicID,365)
DispMagicEmot(MagicID,350,500)
}
}
</script>
	]]>
	</xsl:variable>
	<!--жǷIEӦstyleclass-->
<xsl:variable name="postclass">
<xsl:choose>
		<xsl:when test="post/agent/@browser='Microsoft Internet Explorer'">postie</xsl:when>
		<xsl:otherwise>post</xsl:otherwise>
</xsl:choose>
</xsl:variable>
<xsl:variable name="bodystyle">
<xsl:choose>
		<xsl:when test="post/agent/@browser='Microsoft Internet Explorer'">height:200px;width:97%;padding-right:0px; overflow-x: hidden;</xsl:when>
		<xsl:otherwise>min-height:200px;</xsl:otherwise>
</xsl:choose>font-size:<xsl:value-of select="post/setting/@fontsize" />pt;line-height:<xsl:value-of select="post/setting/@lineheight" />;text-indent:<xsl:value-of select="post/setting/@indent" />px;</xsl:variable>
<!--end -->
<xsl:variable name="mofaface"><xsl:if test="contains(post/postinfo/@expression,'|')"><xsl:value-of select="substring-before(post/postinfo/@expression,'|')" /></xsl:if></xsl:variable>
<div id="MagicFace" style="position:absolute;z-index : 99;visibility:hidden; "></div>
<xsl:value-of select="$myscript" disable-output-escaping="yes" />
<div class="main" style="margin-top:4px;height:28px;line-height:28px;margin-bottom:4px;"><div id="posttopic" title="һ" onclick="location.href='post.asp?action=new&amp;boardid={post/postinfo/@boardid}'"></div>
<xsl:if test="/post/setting/@postalipay=1">
<div id="postalipay" title="һ֧׵Ľ֧бϣѡȫݣ" onclick="location.href='post.asp?action=new&amp;boardid={post/postinfo/@boardid}&amp;stype=1'"></div>
</xsl:if>
<div id="postvote" title="һͶƱ" onclick="location.href='post.asp?action=vote&amp;boardid={post/postinfo/@boardid}'"></div>
<xsl:choose>
	<xsl:when test="post/postinfo/@postuserid =0">
		<div id="repost" title="ظ" onclick="location.href='post.asp?action=re&amp;boardid={post/postinfo/@boardid}&amp;id={post/postinfo/@topicid}&amp;star={post/postinfo/@star}&amp;page={post/postinfo/@page}&amp;guest=true'"></div>
	</xsl:when>
	<xsl:otherwise>
		<div id="repost" title="ظ" onclick="location.href='post.asp?action=re&amp;boardid={post/postinfo/@boardid}&amp;id={post/postinfo/@topicid}&amp;star={post/postinfo/@star}&amp;page={post/postinfo/@page}'"></div>
	</xsl:otherwise>
</xsl:choose>
<div style="float:right;">Ǳĵ <b><xsl:value-of select="post/postinfo/@hits"/></b> Ķ </div>
</div>
<xsl:if test="/post/postinfo/@isvote=1"><xsl:call-template name="showvote" /></xsl:if>
<div class="th">
<div style="text-align : right;float:right;">
<xsl:choose>
		<xsl:when test="post/postinfo/@skin !=1"><a href="?BoardID={post/postinfo/@boardid}&amp;replyID={post/postinfo/@replyid}&amp;id={post/postinfo/@topicid}&amp;skin=1" title="ʾ" style="margin-right: 10px;font-weight : normal ; "></a> </xsl:when>
		<xsl:otherwise>
		<a href="?BoardID={post/postinfo/@boardid}&amp;replyID={post/postinfo/@replyid}&amp;id={post/postinfo/@topicid}&amp;skin=0" title="ƽʾ" style="margin-right: 10px;font-weight : normal ; ">ƽ</a> 
		</xsl:otherwise>
</xsl:choose>
<a href="TopicOther.asp?t=5&amp;BoardID={post/postinfo/@boardid}&amp;id={post/postinfo/@topicid}" target="_blank" title="ӡ" style="margin-right: 10px;font-weight : normal ;  ">ӡ</a>
<xsl:if test="post/userinfo/@userid !=0 "> 
<a href="favlist.asp?action=add&amp;BoardID={post/postinfo/@boardid}&amp;id={post/postinfo/@topicid}" title="̳ղؼ" style="margin-right: 10px;font-weight : normal ; ">ղ</a> 
<xsl:if test="post/setting/@cansendmail =1 "> 
<a href="TopicOther.asp?t=7&amp;BoardID={post/postinfo/@boardid}&amp;id={post/postinfo/@topicid}" title="Ƽ" style="margin-right: 10px;font-weight : normal; ">Ƽ</a> 
</xsl:if>
<a href="admin_postings.asp?action=޸&amp;BoardID={post/postinfo/@boardid}&amp;ID={post/postinfo/@topicid}" title="޸ӵĻظʱ䡣" style="margin-right: 10px;font-weight : normal; ">޸</a>
</xsl:if>
</div>
<div style="height:24px;float:left;text-indent:10px;"><div style="float:left;">⣺</div><xsl:choose>
		<xsl:when test="post/postinfo/@topicmode=0"><xsl:value-of select="post/postinfo/@title" disable-output-escaping="yes"/></xsl:when>
		<xsl:otherwise>
		<xsl:choose>
		<xsl:when test="post/postinfo/@topicmode = 1"><xsl:value-of select="post/postinfo/@title" disable-output-escaping="yes" /></xsl:when>
		<xsl:otherwise><xsl:choose>
		<xsl:when test="post/postinfo/@topicmode = 2"><font color="red"><xsl:value-of select="post/postinfo/@title" disable-output-escaping="yes"/></font></xsl:when>
		<xsl:otherwise>
		<xsl:choose>
		<xsl:when test="post/postinfo/@topicmode = 3"><font color="blue"><xsl:value-of select="post/postinfo/@title" disable-output-escaping="yes"/></font></xsl:when>
		<xsl:otherwise><xsl:choose>
		<xsl:when test="post/postinfo/@topicmode = 4"><font color="green"><xsl:value-of select="post/postinfo/@title" disable-output-escaping="yes"/></font></xsl:when>
		<xsl:otherwise><xsl:value-of select="post/postinfo/@title"/></xsl:otherwise>
</xsl:choose></xsl:otherwise>
</xsl:choose>
		</xsl:otherwise>
</xsl:choose>
		</xsl:otherwise>
</xsl:choose>
</xsl:otherwise>
</xsl:choose>
</div>
</div>
<xsl:for-each select="post/row">
<a name="{@announceid}" >
</a>

<xsl:variable name="userid" select="@postuserid"/>
<div class="postlary{2 - (position() mod 2)}">
<div class="postuserinfo">

<!--  ޸ģsignflag=2ʾΪûֻйԱɼʵû-->
<xsl:choose>
<xsl:when test="/post/userinfo/@cananony=1 and @signflag=2 and not (/post/userinfo/@truemaster=1) and /post/userinfo/@userid != @postuserid">

<div style="padding: 10px 0px 0px 5px;line-height:30px;height:30px;">
<div style="float:left;width :158px;filter:glow(color='gray',strength='2');"><font color="#000000"><b>û(<xsl:value-of select="substring-before(@ip,'.')" /><xsl:value-of select="substring-before(substring-after(@ip,'.'),'.')" />)</b></font></div>
</div>
<div><img src="Skins/Default/anyon.gif" width="111" height="111" border="0" /></div>

</xsl:when>
<xsl:when test="@postuserid = 0">

<div style="padding: 10px 0px 0px 5px;line-height:30px;height:30px;">
<div style="float:left;width :158px;filter:glow(color='gray',strength='2');"><font color="#000000"><b>(<xsl:value-of select="substring-before(@ip,'.')" />.<xsl:value-of select="substring-before(substring-after(@ip,'.'),'.')" />.*.*)</b></font></div>
</div>
<div><img src="Skins/Default/guest.gif" width="111" height="111" border="0" /></div>

</xsl:when> 
<xsl:otherwise>

<div style="padding: 10px 0px 0px 5px;line-height:30px;height:30px;">
<div style="float:left;width :120px;filter:glow(color='{/post/userlist/user[@userid=$userid]/@nameglow}',strength='2');"><xsl:value-of select="substring-before(/post/userlist/user[@userid=$userid]/@namestyle,'')" disable-output-escaping="yes"/><xsl:value-of select="@username" /><xsl:value-of select="substring-after(/post/userlist/user[@userid=$userid]/@namestyle,'')" disable-output-escaping="yes"/></div>
<div style="float:left;width :23px;text-indent:0px;margin:3px;"><xsl:choose>
<xsl:when test="/post/userlist/user[@userid=$userid]/@userhidden='1'">
<xsl:choose>
<xsl:when test="/post/userlist/user[@userid=$userid]/@usersex!='1'">
<img src="{/post/setting/@picurl}ofFeMale.gif" alt="ŮѽߣԸҰɣ"/>
</xsl:when> 
<xsl:otherwise>
<img src="{/post/setting/@picurl}ofMale.gif" alt="˧Ӵߣ"/>
</xsl:otherwise>
</xsl:choose>
</xsl:when> 
<xsl:otherwise>
<xsl:choose>
<xsl:when test="/post/userlist/user[@userid=$userid]/@usersex!='1'">
<img src="{/post/setting/@picurl}FeMale.gif" alt="ŮѽߣҰɣ"/>
</xsl:when> 
<xsl:otherwise>
<img src="{/post/setting/@picurl}Male.gif" alt="˧Ӵߣ"/>
</xsl:otherwise>
</xsl:choose>
</xsl:otherwise>
</xsl:choose>
</div>
<div style="float:left;width :15px;text-indent:0px;margin:5px;"><script type="text/javascript" language="javascript">document.write (astro('<xsl:value-of select="/post/userlist/user[@userid=$userid]/@userbirthday"/>'));</script></div>
</div>
<xsl:variable name="userface" select="/post/userlist/user[@userid=$userid]/@userface"/>
<xsl:choose>
		<xsl:when test="contains($userface,'|')">
		<div><img src="{substring-after($userface,'|')}"  alt="" width="{/post/userlist/user[@userid=$userid]/@userwidth}" height="{/post/userlist/user[@userid=$userid]/@userheight}"/></div>
		<xsl:if test="substring-before($userface,'|') != '0'">
		<div><a href="javascript:DispMagicEmot({substring-before($userface,'|')},350,500)">鿴ħͷ</a></div>
		</xsl:if>
		</xsl:when>
		<xsl:otherwise><div><img  src="{$userface}"  alt="" width="{/post/userlist/user[@userid=$userid]/@userwidth}" height="{/post/userlist/user[@userid=$userid]/@userheight}"/></div></xsl:otherwise>
</xsl:choose>
<div><img style="margin:5px 0px 5px 0px;" src="{/post/setting/@picurl}star/{/post/userlist/user[@userid=$userid]/@titlepic}"/></div>
<xsl:if test="/post/setting/@usertitle=1">
<xsl:if test="/post/userlist/user[@userid=$userid]/@usertitle != ''"><div>ͷΣ<xsl:value-of select="/post/userlist/user[@userid=$userid]/@usertitle"/></div></xsl:if>
</xsl:if>
<div>ȼ<xsl:value-of select="/post/userlist/user[@userid=$userid]/@userclass"/></div>
<xsl:if test="/post/userlist/user[@userid=$userid]/@userpower != 0"><div><font color="red"><b><xsl:value-of select="/post/userlist/user[@userid=$userid]/@userpower"/></b></font></div></xsl:if>
<div>£<xsl:value-of select="/post/userlist/user[@userid=$userid]/@userpost"/></div>
<div>֣<xsl:value-of select="/post/userlist/user[@userid=$userid]/@userep"/></div>
<xsl:variable name="groupname" select="/post/userlist/user[@userid=$userid]/@usergroup"/>
<xsl:if test="/post/setting/@menpai=1">
<div>ɣ<xsl:choose>
		<xsl:when test="$groupname =''"></xsl:when>
		<xsl:otherwise>
		<xsl:choose>
		<xsl:when test="/post/group/groupname[@groupname=$groupname]"><xsl:value-of select="$groupname"/></xsl:when>
		<xsl:otherwise></xsl:otherwise>
</xsl:choose>
		</xsl:otherwise>
</xsl:choose>
		</div>
		</xsl:if>
<div>ע᣺<xsl:value-of select="/post/userlist/user[@userid=$userid]/@joindate"/></div>
<xsl:if test="/post/userinfo/@cananony=1 and @signflag=2"><div><font color="ff0000"></font></div></xsl:if>
</xsl:otherwise>
</xsl:choose>

</div>
<div class="{$postclass}">
<div>
<div style="float:right;">
<xsl:if test="/post/setting/@isboke=1"><a href="favlist.asp?action=boke&amp;BoardID={/post/postinfo/@boardid}&amp;replyID={@announceid}&amp;ID={/post/postinfo/@topicid}" title="¼ҵĲ" target="_blank"><img src="{/post/setting/@picurl}bokefav.gif"  border="0" align="middle" /></a> </xsl:if>
<xsl:choose>
		<xsl:when test="/post/postinfo/@skin !=1">
		<xsl:choose>
		<xsl:when test="/post/postinfo/@star =1">
		<xsl:choose>
		<xsl:when test="position()=1">¥</xsl:when>
		<xsl:otherwise> <font color="red"><xsl:value-of select="position()"/></font> ¥</xsl:otherwise>
</xsl:choose>
		</xsl:when>
		<xsl:otherwise>	 <font color="red"><xsl:value-of select="position() + (/post/postinfo/@star -1) * /post/setting/@pagesize"/></font> ¥</xsl:otherwise>
</xsl:choose>
		</xsl:when>
		<xsl:otherwise><xsl:value-of select="' '"/></xsl:otherwise>
</xsl:choose>
</div>
<xsl:text disable-output-escaping="yes" >&amp;nbsp;</xsl:text>
<xsl:if test="(not (/post/userinfo/@cananony=1) or @signflag !=2 or /post/userinfo/@truemaster=1 or /post/userinfo/@userid = @postuserid) and @postuserid!=0">

<xsl:if test="/post/setting/@upostalipay=1">
<a href="https://www.alipay.com/payto:{/post/userlist/user[@userid=$userid]/@useremail}&amp;partner=2088002048522272" target="_blank"><img alt="֧{@username}Ʒ֧ѡȫݣ" border="0" src="{/post/setting/@picurl}alipay_s.gif"  align="middle"/></a> 
</xsl:if>
<xsl:if test="/post/setting/@isboke=1"><a href="boke.asp?UserID={@postuserid}" title="{@username}ĸ˲" target="_blank"><img src="{/post/setting/@picurl}boke.gif"  border="0" align="middle" /></a> </xsl:if>
<xsl:if test="/post/userlist/user[@userid=$userid]/@oicq !=''">
 <a href="http://wpa.qq.com/msgrd?V=1&amp;Uin={/post/userlist/user[@userid=$userid]/@oicq}&amp;Site=By Dvbbs&amp;Menu=yes" title="QQϢ{@username}" target="_blank"><img src="http://wpa.qq.com/pa?p=1:{/post/userlist/user[@userid=$userid]/@oicq}:4" border="0" width="16" height="16" align="middle"/></a> QQ 
</xsl:if>
<xsl:if test="/post/userinfo/@userid  !=0"><a href="messanger.asp?action=new&amp;touser={@username}" target="_blank"><img src="{/post/setting/@picurl}message.gif" border="0" alt="{@username}һϢ" align="middle" /></a> 
<a href="friendlist.asp?action=addF&amp;myFriend={@username}" target="_blank"><img src="{/post/setting/@picurl}friend.gif" border="0" alt="{@username}" align="middle" /></a> 
<a href="dispuser.asp?id={@postuserid}" target="_blank"><img src="{/post/setting/@picurl}profile.gif" border="0" alt="鿴{@username}ĸ" align="middle" /></a> 
<a href="query.asp?stype=1&amp;nSearch=3&amp;keyword={@username}&amp;BoardID={/post/postinfo/@boardid}&amp;SearchDate=ALL" target="_blank"><img src="{/post/setting/@picurl}find.gif" border="0" alt="{@username}{/post/postinfo/@boardtype}" align="middle"/></a>
</xsl:if>
<xsl:if test="/post/userlist/user[@userid=$userid]/@useremail !=''"><a href="mailto:{/post/userlist/user[@userid=$userid]/@useremail}"><img alt="﷢͵ʼ{@username}" border="0" src="{/post/setting/@picurl}email.gif" align="middle" /></a> </xsl:if>
<xsl:if test="/post/userlist/user[@userid=$userid]/@homepage !=''"><a href="{/post/userlist/user[@userid=$userid]/@homepage}" target="_blank"><img alt="{@username}ҳ" border="0" src="{/post/setting/@picurl}homepage.gif" align="middle" /></a> </xsl:if>
<xsl:if test="/post/userlist/user[@userid=$userid]/@userim !=''"><a href="http://service.51uc.com/user_info/show_user_info_base.shtml?UID={/post/userlist/user[@userid=$userid]/@userim}" title="{@username}[{/post/userlist/user[@userid=$userid]/@userim}]UC" target="_blank"><img src="{/post/setting/@picurl}uc.gif"  border="0" align="middle" /></a></xsl:if>

</xsl:if>

</div>
<hr />
<xsl:variable name="checkinfo"><xsl:call-template name="checkuser">
<xsl:with-param name="userid" select="$userid"/>
</xsl:call-template></xsl:variable>
<xsl:if test="$checkinfo !=''"><div class="lockuser"><xsl:value-of select="$checkinfo" /></div></xsl:if>
<xsl:if test="$checkinfo ='' or /post/userinfo/@truemaster =1 or (/post/userinfo/@boardmaster =1 and /post/userinfo/@usergroupid !='3')">
<div style="height:22px;line-height:22px;"><div style="float:left;"><img src="{/post/setting/@picurl}topicface/{@expression}" alt="" /></div><b><xsl:value-of select="@topic" disable-output-escaping="yes"/></b></div>
<xsl:if test="@parentid = 0">
<xsl:if test="$mofaface !='' and $mofaface !='0'"><div style="float:right;margin-right:20px;"><a href="javascript:DispMagicEmot({$mofaface},350,500)"><img src="dv_plus/tools/magicface/gif/{$mofaface}.gif" border="0" alt=""/><br />ħ<br/>ط</a></div>
<script type="text/javascript" language="javascript">
LoadMagicEmot(<xsl:value-of select="$mofaface" />,<xsl:value-of select="/post/postinfo/@topicid"/>);
</script>
</xsl:if>
</xsl:if>
<div style="{$bodystyle}margin-top:10px;word-wrap : break-word ;word-break : break-all ;" onload="this.style.overflowX='auto';">
<xsl:choose>
		<xsl:when test="@parentid =0 and /post/postinfo/@getmoneytype=3"><xsl:call-template name="checkgetmoney" /></xsl:when>
		<xsl:otherwise><xsl:value-of select="@body" disable-output-escaping="yes"/></xsl:otherwise>
</xsl:choose>
</div>
<xsl:if test="/post/userlist/user[@userid=$userid]/@usersign !='' and @signflag =1">
<div style="width:85%;overflow-x: hidden;">
<img src="{/post/setting/@picurl}sigline.gif" /><br /><xsl:value-of select="/post/userlist/user[@userid=$userid]/@usersign" disable-output-escaping="yes"/>
</div>
</xsl:if>
</xsl:if>
<xsl:if test="$checkinfo !='' and not (/post/userinfo/@boardmaster =1)">
<div style="{$bodystyle}margin-top:30px;">

</div><!--  ǹտһеģֶ࣬㵽գ˴Ҫ-->
</xsl:if>
<xsl:variable name="postinfo"><xsl:call-template name="checkpostinfo" /></xsl:variable>
<xsl:if test="$postinfo !=''"><div class="info">
<xsl:value-of select="$postinfo" disable-output-escaping="yes"/>
</div></xsl:if>
</div>
</div>
<div class="postbottom{2 - (position() mod 2)}" >
<xsl:if test="position()=last()"><xsl:attribute name="id">postend</xsl:attribute></xsl:if>
<div class="postuserinfo1" style="height:28px;"><div style="float:left;">
<xsl:choose>
		<xsl:when test="/post/userinfo/@canlookip = 1 and (/post/userinfo/@usergroupid !='3' or /post/userinfo/@truemaster =1)">
		<a href="TopicOther.asp?t=1&amp;boardid={/post/postinfo/@boardid}&amp;userid={$userid}&amp;ip={@ip}&amp;action=lookip" target="_blank">
<img border="0" src="Skins/Default/ip.gif" style="margin:4px;" alt="鿴ûԴIP{@ip}" /></a>
		</xsl:when>
		<xsl:otherwise><img src="{/post/setting/@picurl}ip.gif" style="margin: 4px;" alt="ipַñ" /></xsl:otherwise>
</xsl:choose>
</div><xsl:value-of select="@dateandtime" /></div>
<div class="postie" style="height:28px;padding:0px;text-indent:10px;">
<div style="float:right;margin-right:5px;">
<xsl:if test="/post/userinfo/@userid  !=0"><div class="menu_popup" id="Menu_{position()}">
<div class="menuitems">
<a href="TopicOther.asp?t=6&amp;BoardID={/post/postinfo/@boardid}&amp;id={/post/postinfo/@topicid}&amp;ReplyID={@announceid}" title="Աٱ">ٱ</a>
<xsl:if test="position() != 1 or  /post/postinfo/@star !=1">
<xsl:choose>
		<xsl:when test="/post/userinfo/@userid= $userid and not (/post/userinfo/@boardmaster=1)">
		<xsl:if test="/post/userinfo/@candelmypost=1">
		<br /><a href="admin_postings.asp?action=dele_a&amp;BoardID={/post/postinfo/@boardid}&amp;replyID={@announceid}&amp;ID={/post/postinfo/@topicid}&amp;star={/post/postinfo/@star}&amp;userid={@postuserid}">ɾ</a>
		</xsl:if>
		</xsl:when>
		<xsl:otherwise>
		<xsl:if test="/post/userinfo/@boardmaster=1">
<br /><a href="admin_postings.asp?action=dele_a&amp;BoardID={/post/postinfo/@boardid}&amp;replyID={@announceid}&amp;ID={/post/postinfo/@topicid}&amp;star={/post/postinfo/@star}&amp;userid={@postuserid}">ɾ</a>
		</xsl:if>
		</xsl:otherwise>
</xsl:choose>
</xsl:if>
<xsl:if test="/post/userinfo/@boardmaster =1 ">
<br /><a href="admin_postings.asp?action=copy_a&amp;BoardID={/post/postinfo/@boardid}&amp;replyID={@announceid}&amp;ID={/post/postinfo/@topicid}&amp;star={/post/postinfo/@star}&amp;userid={@postuserid}"></a>
<xsl:choose>
		<xsl:when test="@isbest= 0 "><br /><a href="admin_postings.asp?action=isbest_a&amp;BoardID={/post/postinfo/@boardid}&amp;replyID={@announceid}&amp;ID={/post/postinfo/@topicid}&amp;star={/post/postinfo/@star}&amp;userid={@postuserid}">Ϊ</a></xsl:when>
		<xsl:otherwise><br /><a href="admin_postings.asp?action=nobest_a&amp;BoardID={/post/postinfo/@boardid}&amp;replyID={@announceid}&amp;ID={/post/postinfo/@topicid}&amp;star={/post/postinfo/@star}&amp;userid={@postuserid}"></a></xsl:otherwise>
</xsl:choose>
<xsl:choose>
		<xsl:when test="@locktopic !=2"><xsl:choose>
		<xsl:when test="@locktopic =3">
		<br/><a href="AccessTopic.asp?action=unlock&amp;BoardID={/post/postinfo/@boardid}&amp;replyID={@announceid}&amp;ID={/post/postinfo/@topicid}">̷</a>
		</xsl:when>
		<xsl:otherwise><br/><a href="admin_postings.asp?action=islockpage_a&amp;BoardID={/post/postinfo/@boardid}&amp;replyID={@announceid}&amp;ID={/post/postinfo/@topicid}&amp;star={/post/postinfo/@star}&amp;userid={@postuserid}"></a></xsl:otherwise>
</xsl:choose>
		</xsl:when>
		<xsl:otherwise>
		<br/><a href="admin_postings.asp?action=nolockpage_a&amp;BoardID={/post/postinfo/@boardid}&amp;replyID={@announceid}&amp;ID={/post/postinfo/@topicid}&amp;star={/post/postinfo/@star}&amp;userid={@postuserid}"></a>
		</xsl:otherwise>
</xsl:choose>
<br /><a href="admin_postings.asp?action=RewardMoney&amp;BoardID={/post/postinfo/@boardid}&amp;replyID={@announceid}&amp;ID={/post/postinfo/@topicid}&amp;star={/post/postinfo/@star}" title="ɽ۳ûطֵ"></a>
</xsl:if>
<xsl:if test="/post/setting/@usetools =1 ">
<br /><a title="Աʹ̳" href="javascript:openScript('plus_Tools_InfoSetting.asp?action=0&amp;BoardID={/post/postinfo/@boardid}&amp;TopicID={/post/postinfo/@topicid}&amp;ReplyID={@announceid}',500,400)">ʹõ</a>
</xsl:if>
</div>
</div></xsl:if>

<xsl:if test="(/post/postinfo/@locktopic != 1 and /post/userinfo/@canreply =1)or (/post/userinfo/@boardmaster =1 ) ">
			<xsl:choose>
			<xsl:when test="@postuserid=0">
				<a href="post.asp?action=re&amp;BoardID={/post/postinfo/@boardid}&amp;replyID={@announceid}&amp;ID={/post/postinfo/@topicid}&amp;star={/post/postinfo/@star}&amp;reply=true&amp;guest=true"><img src="{/post/setting/@picurl}xx521_sy/reply.gif" border="0" alt="ûظ"  style="margin:4px;border:0px;"/></a><xsl:text> </xsl:text>
				<a href="post.asp?action=re&amp;BoardID={/post/postinfo/@boardid}&amp;replyID={@announceid}&amp;ID={/post/postinfo/@topicid}&amp;star={/post/postinfo/@star}&amp;guest=true"><img src="{/post/setting/@picurl}xx521_sy/reply_a.gif" border="0" alt="ظ"  style="margin:4px;border:0px;"/></a> 
			</xsl:when>
			<xsl:otherwise>
				<a href="post.asp?action=re&amp;BoardID={/post/postinfo/@boardid}&amp;replyID={@announceid}&amp;ID={/post/postinfo/@topicid}&amp;star={/post/postinfo/@star}&amp;reply=true"><img src="{/post/setting/@picurl}xx521_sy/reply.gif" border="0" alt="ûظ"  style="margin:4px;border:0px;"/></a><xsl:text> </xsl:text>
				<a href="post.asp?action=re&amp;BoardID={/post/postinfo/@boardid}&amp;replyID={@announceid}&amp;ID={/post/postinfo/@topicid}&amp;star={/post/postinfo/@star}"><img src="{/post/setting/@picurl}xx521_sy/reply_a.gif" border="0" alt="ظ"  style="margin:4px;border:0px;"/></a> 
			</xsl:otherwise>
			</xsl:choose>
</xsl:if>
<xsl:if test="/post/userinfo/@userid  !=0">
<xsl:choose>
		<xsl:when test="/post/userinfo/@userid= $userid and not (/post/userinfo/@boardmaster=1)">
		<xsl:if test="/post/userinfo/@caneditmypost=1">
			<a href="post.asp?action=edit&amp;BoardID={/post/postinfo/@boardid}&amp;replyID={@announceid}&amp;ID={/post/postinfo/@topicid}&amp;star={/post/postinfo/@star}"><img src="{/post/setting/@picurl}xx521_sy/edit.gif" alt="༭" style="margin:4px;border:0px;" /></a>
		</xsl:if>
		</xsl:when>
		<xsl:otherwise>
		<xsl:if test="/post/userinfo/@boardmaster=1">
			<a href="post.asp?action=edit&amp;BoardID={/post/postinfo/@boardid}&amp;replyID={@announceid}&amp;ID={/post/postinfo/@topicid}&amp;star={/post/postinfo/@star}"><img src="{/post/setting/@picurl}xx521_sy/edit.gif" alt="༭" style="margin:4px;border:0px;" /></a>
		</xsl:if>
		</xsl:otherwise>
</xsl:choose>
 <img src="{/post/setting/@picurl}xx521_sy/topicmanage.gif" alt="" style="margin:4px;cursor: pointer;" onmouseover="showmenu(event,'','Menu_{position()}');" /> </xsl:if><a href="#top"><img src="{/post/setting/@picurl}xx521_sy/p_up.gif" alt="" style="margin:4px;border:0px;"/></a>
</div><div>
<xsl:value-of select="@ubblist" disable-output-escaping="yes"/>
</div></div>
</div>
</xsl:for-each>
<br />
<div class="mainbar6" style="height:26px;text-align : left;">
<div  style="height:26px;float:right;">
	<xsl:choose>
		<xsl:when test="/post/postinfo/@skin='0'">
				<xsl:call-template name="PageList">
				<xsl:with-param name="Page" select="/post/postinfo/@star"/>
				<xsl:with-param name="m" select="10"/>
				<xsl:with-param name="MaxRows" select="/post/setting/@pagesize"/>
				<xsl:with-param name="CountNum" select="/post/postinfo/@child+1"/>
				<xsl:with-param name="PageStr">dispbbs.asp?boardid=<xsl:value-of select="/post/postinfo/@boardid"/>&amp;replyid=<xsl:value-of select="/post/postinfo/@replyid"/>&amp;id=<xsl:value-of select="/post/postinfo/@topicid"/>&amp;page=<xsl:value-of select="/post/postinfo/@page"/>&amp;skin=<xsl:value-of select="/post/postinfo/@skin"/></xsl:with-param>
				<xsl:with-param name="v" select="1"/>
				<xsl:with-param name="pv">Star</xsl:with-param>
				<xsl:with-param name="target"></xsl:with-param>
				<xsl:with-param name="Forum_AllTopNum" select="0"/>
				</xsl:call-template>
		</xsl:when>
		<xsl:otherwise><span id="showpagelist">
		</span>
		</xsl:otherwise>
</xsl:choose>
		
			<span id="showclose"> </span>
</div>
<select name="BoardJumpList" id="BoardJumpList" onchange="if(this.options[this.selectedIndex].value!='')location='index.asp?boardid='+this.options[this.selectedIndex].value;" >

</select>
</div>
<script type="text/javascript" language="javascript">
BoardJumpListSelect('<xsl:value-of select="post/postinfo/@boardid"/>',"BoardJumpList","̳ת....","",0);
</script>
<xsl:if test="/post/postinfo/@skin='1'">
<iframe style="border:0px;width:0px;height:0px;" src="loadtree.asp?boardid={post/postinfo/@boardid}&amp;star=1&amp;replyid={post/postinfo/@replyid}&amp;id={post/postinfo/@topicid}&amp;openid={post/row/@announceid}" name="hiddenframe"></iframe>
<div id="postlist" style="margin-top : 10px; margin-bottom : 10px; ">

</div><!--  ǹտһеģֶ࣬㵽գ˴Ҫ-->
</xsl:if>
<xsl:if test="post/userinfo/@canreply =1 ">
<xsl:call-template name="fastre" />
</xsl:if>
<xsl:variable name="postuserid" select="post/postinfo/@postuserid"/>
<xsl:choose>
		<xsl:when test="post/userinfo/@boardmaster =1"><xsl:call-template name="managemenu" /></xsl:when>
		<xsl:otherwise>
		<xsl:if test="post/userinfo/@userid = $postuserid ">
		<xsl:call-template name="managemenume" />
	</xsl:if>
		</xsl:otherwise>
</xsl:choose>
</xsl:template>
<xsl:template name="checkpostinfo">
<xsl:if test="@isbest='1'"> &lt;img src="<xsl:value-of select="/post/setting/@picurl" />jing.gif" border="0" title="Ϊ" align="absmiddle"/&gt; </xsl:if>
<xsl:if test="@isagree != ''and contains(@isagree,'|')">
<xsl:if test="substring-after(@isagree,'|') &gt; 0">  &lt;img src="<xsl:value-of select="/post/setting/@picurl" />agree.gif" border="0" alt="<xsl:value-of select="substring-after(@isagree,'|')" />ҽ" / &gt; </xsl:if>
<xsl:if test="substring-before(@isagree,'|') &gt; 0">  &lt;img src="<xsl:value-of select="/post/setting/@picurl" />DisAgree.gif" border="0" alt="۳<xsl:value-of select="substring-before(@isagree,'|')" />"/&gt; </xsl:if>
</xsl:if>
<xsl:if test="@isupload='2' or @isupload='3'"> &lt;a href="wap.asp?Action=readme" target="_blank" &gt;&lt;img src="<xsl:value-of select="/post/setting/@picurl" />wap00.gif" border="0" alt="Wap-ֻ"/&gt;&lt;/a&gt; </xsl:if>
<xsl:if test="/post/postinfo/@usetools!='' or /post/postinfo/@getmoneytype!='0'">
 &lt;img src="<xsl:value-of select="/post/setting/@picurl" />mini_query.gif" border="0" alt="鿴ʹõϸϢ" onclick="openScript('ViewInfo.asp?t=2&amp;action=View&amp;PostTable=<xsl:value-of select="/post/postinfo/@posttable" />&amp;BoardId=<xsl:value-of select="/post/postinfo/@boardid" />&amp;ID=<xsl:value-of select="/post/postinfo/@topicid" />&amp;ReplyID=<xsl:value-of select="@announceid" />',600,450)" class="imgonclick" /&gt; 
<xsl:choose>
		<xsl:when test="@parentid = 0"><xsl:call-template name="TopicSendMoneyStr">
<xsl:with-param name="i"><xsl:value-of select="/post/postinfo/@getmoneytype"/></xsl:with-param>
</xsl:call-template></xsl:when>
		<xsl:otherwise><xsl:call-template name="SendMoneyStr">
								<xsl:with-param name="i"><xsl:value-of select="/post/postinfo/@getmoneytype"/></xsl:with-param>
								</xsl:call-template></xsl:otherwise>
</xsl:choose>
</xsl:if>
</xsl:template>
<xsl:template name="TopicSendMoneyStr">
	<xsl:param name="i"/>
	<xsl:if test="$i='1'"> ͽҪͳ &lt;font color="red"&gt;<xsl:value-of select="@getmoney"/>&lt;/font&gt;  </xsl:if>
	<xsl:if test="$i='5'"> ͽҪͳ &lt;font color="red"&gt;<xsl:value-of select="@getmoney"/>&lt;/font&gt; [ѽ] </xsl:if>
	<xsl:if test="$i='2'">  &lt;font color="red"&gt;<xsl:value-of select="/post/postinfo/@getmoney"/>&lt;/font&gt; </xsl:if>
	<xsl:if test="$i='3'"> 鿴֧ &lt;font color="red"&gt;<xsl:value-of select="/post/postinfo/@getmoney"/>&lt;/font&gt; </xsl:if>
</xsl:template>
<xsl:template name="SendMoneyStr">
	<xsl:param name="i"/>
	<xsl:if test="($i='1' or $i='5') and /post/postinfo/@postuserid != @postuserid ">  &lt;font color="red"&gt;<xsl:value-of select="@getmoney"/>&lt;/font&gt; </xsl:if>
	<xsl:if test="/post/postinfo/@postuserid = /post/userinfo/@userid and @postuserid!=/post/userinfo/@userid and $i!='5' and $i='1'">&lt;a href="BuyPost.asp?Action=Send&amp;PostTable=<xsl:value-of select="/post/postinfo/@posttable" />&amp;BoardId=<xsl:value-of select="/post/postinfo/@boardid" />&amp;ID=<xsl:value-of select="/post/postinfo/@topicid" />&amp;ReplyID=<xsl:value-of select="@announceid" />&amp;UserName=<xsl:value-of select="@username" />" title="ͽҸԱ<xsl:value-of select="@username" />" target="_blank"&gt;ͽ&lt;/a&gt;</xsl:if>
	<xsl:if test="$i='2'">¥ &lt;font color="red"&gt;<xsl:value-of select="@getmoney"/>&lt;/font&gt;</xsl:if>
</xsl:template>
<xsl:template name="checkuser">
<xsl:param name="userid"/>
<xsl:choose>
		<xsl:when test="@isbest= 1 "><xsl:if test="not ( /post/userinfo/@canreadbest = 1)">Ȩ鿴</xsl:if></xsl:when>
		<xsl:otherwise>
		<xsl:choose>
		<xsl:when test="@locktopic=2">ݱ</xsl:when>
		<xsl:otherwise>
		<xsl:choose>
		<xsl:when test="/post/userlist/user[@userid=$userid]/@lockuser=1">ûѱ</xsl:when>
		<xsl:otherwise><xsl:choose>
		<xsl:when test="/post/userlist/user[@userid=$userid]/@lockuser=2">ûѾ</xsl:when>
		<xsl:otherwise>
		<xsl:choose>
		<xsl:when test="@locktopic=3">ݱ̷</xsl:when>
		<xsl:otherwise></xsl:otherwise>
		</xsl:choose>
		</xsl:otherwise>
</xsl:choose>
		</xsl:otherwise>
</xsl:choose>
		</xsl:otherwise>
</xsl:choose>
		</xsl:otherwise>
</xsl:choose>
</xsl:template>
<xsl:template name="fastre">
<xsl:variable name="myscript">
<![CDATA[
<script language="Javascript" type="text/javascript">
var Dvbbs_bIsIE5=document.all;
var Dvbbs_Mode = 3;
if (Dvbbs_bIsIE5)
{var IframeID=frames["Dvbbs_Composition"];}
else
{
var IframeID=document.getElementById("Dvbbs_Composition").contentWindow;
}
function Gopreview()
{
document.preview.theBody.value=IframeID.document.body.innerHTML; 
var popupWin = window.open('', 'preview_page', 'scrollbars=yes,width=750,height=450');
document.preview.submit()
}
Dvbbs_InitDocument('Body','gb2312');
</script>
]]>
</xsl:variable>
<xsl:variable name="facpath" select="post/postface/@path"/>
<xsl:variable name="empath" select="post/emot/@path"/>
<link rel="stylesheet" type="text/css" href="images/post/edit.css" />
<script  language = "Javascript" src="images/post/reply.js" type="text/javascript"></script>
<script language = "Javascript" src = "images/post/post.js" type="text/javascript"></script>
<form id="Dvform" name="Dvform" action="savepost.asp?action=sre&amp;method=fastreply&amp;BoardID={post/postinfo/@boardid}" onkeydown="ctlent();" onsubmit="Dvbbs_CopyData('Body');" method="post">
<input type="hidden" id="Body" name="Body" value="{post/userinfo/@postdata}" />
<input type="hidden" id="followup" name="followup" value="{post/row/@announceid}" />
<input type="hidden" id="RootID" name="RootID" value="{post/postinfo/@topicid}" />
<input type="hidden" id="star" name="star" value="{post/postinfo/@star}" />
<input type="hidden" id="TotalUseTable" name="TotalUseTable" value="{post/postinfo/@posttable}" />
<input type="hidden" id="UserName" name="UserName" value="{post/userinfo/@username}" />
<div class="th" style="margin-top : 20px;"><div style="float:left;"><xsl:text disable-output-escaping="yes" >&amp;nbsp;&amp;nbsp;</xsl:text>ٻظ</div><xsl:choose>
		<xsl:when test="post/postinfo/@topicmode = 1"><xsl:value-of select="post/postinfo/@title" disable-output-escaping="yes" /></xsl:when>
		<xsl:otherwise><xsl:value-of select="post/postinfo/@title" disable-output-escaping="yes"/></xsl:otherwise></xsl:choose></div>
<div class="postlary2">
<div class="postuserinfo" ><div style="height:30px;line-height:30px;"><b></b></div>
<div style="height:160px;border:1px inset;background-color: #fff;padding:15px;text-indent:0px;overflow:auto;overflow-y:scroll;">
<xsl:for-each select="post/postface/face">
<xsl:choose>
		<xsl:when test="position()=1"><input type="radio" value="{.}" name="Expression" checked="checked" /></xsl:when>
		<xsl:otherwise><input type="radio" value="{.}" name="Expression" /></xsl:otherwise>
</xsl:choose> <img src="{$facpath}{.}" alt="" />
</xsl:for-each>
 </div>
 <xsl:if test="post/setting/@piccheck =1 ">
 <div style="line-height:28px;"><b>֤룺</b><input type="text" name="codestr" style="margin-top:6px;" size="8" /></div>
 <div>
 <img src="DV_getcode.asp" alt= "֤,?ˢ֤" style="height : 20px;margin-top:10px;cursor : pointer;" onclick="this.src='DV_getcode.asp'"/>
 </div>
 </xsl:if>
</div>
<div class="postie" style="padding:0px;height:300px; ">
<div style="width:100%;">
<div style="float:left;height:30px;line-height:30px;">
<img src="images/post/fgcolor.gif" alt="ɫ" class="icoover" onmouseover="this.className='icoovermouseover';" onmouseout="this.className='icoover';" onclick="Dvbbs_foreColor();this.className='icoonclick';"/>
<img src="images/post/fbcolor.gif" alt="屳ɫ" class="icoover" onmouseover="this.className='icoovermouseover';" onmouseout="this.className='icoover';" onclick="Dvbbs_backColor();this.className='icoonclick';"/>
<img src="images/post/bold.gif" alt="" class="icoover" onmouseover="this.className='icoovermouseover';" onmouseout="this.className='icoover';" onclick="FormatText('bold', '');this.className='icoonclick';"/>
<img src="images/post/italic.gif" alt="б" class="icoover" onmouseover="this.className='icoovermouseover';" onmouseout="this.className='icoover';" onclick="FormatText('italic', '');this.className='icoonclick';"/>
<img src="images/post/underline.gif" alt="»" class="icoover" onmouseover="this.className='icoovermouseover';" onmouseout="this.className='icoover';" onclick="FormatText('underline', '');this.className='icoonclick';"/>
<img src="images/post/separator.gif" style="margin-top:4px;margin-right:4px;float:left;" alt=""/>
<img src="images/post/wlink.gif" alt="" class="icoover" onmouseover="this.className='icoovermouseover';" onmouseout="this.className='icoover';" onclick="Curl();this.className='icoonclick';"/>
<img src="images/post/img.gif" alt="ͼƬ" class="icoover" onmouseover="this.className='icoovermouseover';" onmouseout="this.className='icoover';" onclick="Dv_Signal('IMG');this.className='icoonclick';"/>
<img src="images/post/swf.gif" alt="FlashͼƬ" class="icoover" onmouseover="this.className='icoovermouseover';" onmouseout="this.className='icoover';" onclick="Cswf();this.className='icoonclick';"/>
<img src="images/post/rm.gif" alt="realplayƵļ" class="icoover" onmouseover="this.className='icoovermouseover';" onmouseout="this.className='icoover';" onclick="Crm();this.className='icoonclick';"/>
<img src="images/post/wmv.gif" alt="Media PlayerƵļ" class="icoover" onmouseover="this.className='icoovermouseover';" onmouseout="this.className='icoover';" onclick="Cwmv();this.className='icoonclick';"/>
<img src="images/post/separator.gif" style="margin-top:4px;margin-right:4px;float:left;" alt=""/>
<img src="images/post/quote.gif" alt="" class="icoover" onmouseover="this.className='icoovermouseover';" onmouseout="this.className='icoover';" onclick="Dv_ubb('QUOTE');this.className='icoonclick';"/>
<img src="images/post/cleancode.gif" alt="" class="icoover" onmouseover="this.className='icoovermouseover';" onmouseout="this.className='icoover';" onclick="Dvbbs_CleanCode();this.className='icoonclick';"/>
<img src="images/post/icon_alipay.gif" alt="һ֧Ϣ" class="icoover" onmouseover="this.className='icoovermouseover';" onmouseout="this.className='icoover';" onclick="Dvbbs_UserDialog('InsertAlipay');this.className='icoonclick';"/>
</div>
</div>
<iframe class="Dvbbs_Reply" id="Dvbbs_Composition" marginheight="5" marginwidth="5" width="99%" height="227" onblur="CheckCount('Body','total');" ></iframe>
<div style="float:left;height:30px;line-height:30px;border:1px inset;background-color: #fff;padding:4px;">
<select id="Dvbbs_formatSelect" class="Dvbbs_TBGen" onchange="Dvbbs_doSelectClick('FormatBlock',this)">
<option>ʽ</option>
<option value="&lt;P&gt;">ͨʽ</option>
<option value="&lt;H1&gt;"> 1</option>
<option value="&lt;H2&gt;"> 2</option>
<option value="&lt;H3&gt;"> 3</option>
<option value="&lt;H4&gt;"> 4</option>
<option value="&lt;H5&gt;"> 5</option>
<option value="&lt;H6&gt;"> 6</option>
<option value="&lt;H7&gt;"> 7</option>
<option value="&lt;PRE&gt;">ѱŸʽ</option>
<option value="&lt;ADDRESS&gt;">ַ</option>
</select>
<select class="Dvbbs_TBGen" id="FontName" onchange="FormatText ('fontname',this[this.selectedIndex].value);"> 
<option class="heading" selected="selected"></option>
<option value=""></option>
<option value=""></option>
<option value="_GB2312"></option>
<option value="_GB2312"></option>
<option value=""></option>
<option value="Բ">Բ</option>
<option value=""></option>
<option value="ϸ">ϸ</option>
<option value="Arial">Arial</option>
<option value="Arial Black">Arial Black</option>
<option value="Courier">Courier</option>
<option value="Verdana">Verdana</option>
<option value="Wide Latin">Wide Latin</option>
<option value="Wingdings">Wingdings</option>
</select>
<select class="Dvbbs_TBGen" id="FontSize" onchange="FormatText('fontsize',this[this.selectedIndex].value);">
<option class="heading" selected="selected">ֺ</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
</select>
</div>
<div style="overflow : auto ;padding:4px 20px 4px 20px;height:30px;line-height:30px;text-align : left;border:1px inset;background-color: #fff;">
<xsl:for-each select="post/emot/em">
<xsl:choose>
	<xsl:when test="position() &gt; 9"><img src="{$empath}{.}" alt="" style="margin:6px;cursor: pointer;" onclick="putEmot('em{position()}');"/></xsl:when>
	<xsl:otherwise><img src="{$empath}{.}" alt="" style="margin:6px;cursor: pointer;" onclick="putEmot('em0{position()}');"/></xsl:otherwise>
</xsl:choose>
</xsl:for-each>
</div>
</div>
</div>
<div class="postlary2"  style="height:28px;line-height:28px;border-top:0px; " >
<div class="postuserinfo" style="height:28px;text-indent:10px;">
<xsl:choose>
	<xsl:when test="/post/userinfo/@userid=0">
		<input type="hidden" value="0" name="signflag" />
	</xsl:when>
	<xsl:otherwise>
		<b>ǩ</b><input type="radio" value="0" name="signflag" />ʾ<input type="radio" checked="checked" value="1" name="signflag" />ʾ
		<xsl:if test="/post/userinfo/@cananony=1"><input type="radio" value="2" name="signflag" /></xsl:if>
	</xsl:otherwise>
</xsl:choose>
</div>
<div class="postie" style="height:28px;padding:0px;text-indent:10px;text-align:left; "><div>
<input type="Submit" value="OK!ظ" name="Submit" style="margin:3px;"/> <input type="button" value="Ԥ " name="Button" style="margin:3px;" onclick="Gopreview()" /> <input style="margin:3px;" type="reset" name="Clear" value="ݣ" onclick="ClearReset()"/>
ƣ<input class="Dvbbs_Reply" disabled="disabled" maxLength="6" size="8" value="{post/setting/@maxpostlen}" name="total" /> ֽ.
</div></div>
</div>
</form>
<form name="preview" action="preview.asp?boardid={post/postinfo/@boardid}" method="post" target="preview_page">
<input type="hidden" name="Dvtitle" value="" /><input type="hidden" name="theBody" value="" /></form>
<xsl:value-of select="$myscript" disable-output-escaping="yes" />

</xsl:template>
<xsl:template name="managemenu">
<div class="mainbar0" style="height:36px;line-height:36px;">
<div style="height:36px;float:right;">
<b>ѡ</b>
<xsl:if test="/post/postinfo/@getmoneytype =1">
 <a href="BuyPost.asp?Action=Close&amp;BoardID={post/postinfo/@boardid}&amp;PostTable={post/postinfo/@posttable}&amp;ID={post/postinfo/@topicid}&amp;ReplyID={post/postinfo/@replyid}" title=""></a> | 
</xsl:if>
 <a href="admin_postings.asp?action=ר&amp;BoardID={post/postinfo/@boardid}&amp;ID={post/postinfo/@topicid}" title="ר">ר</a> 
<xsl:choose>
		<xsl:when test="post/postinfo/@locktopic = 1"> | <a href="admin_postings.asp?action=&amp;BoardID={post/postinfo/@boardid}&amp;ID={post/postinfo/@topicid}" title="⿪"></a></xsl:when>
		<xsl:otherwise> | <a href="admin_postings.asp?action=&amp;BoardID={post/postinfo/@boardid}&amp;ID={post/postinfo/@topicid}" title=""></a></xsl:otherwise>
</xsl:choose>
| <a href="admin_postings.asp?action=&amp;BoardID={post/postinfo/@boardid}&amp;ID={post/postinfo/@topicid}" title="бǰ"></a>
| <a href="admin_postings.asp?action=&amp;BoardID={post/postinfo/@boardid}&amp;ID={post/postinfo/@topicid}" title="ŵбϿλ"></a>
| <a href="admin_postings.asp?action=&amp;BoardID={post/postinfo/@boardid}&amp;ID={post/postinfo/@topicid}" title="ɾĸ"></a>
| <a href="admin_postings.asp?action=ɾ&amp;BoardID={post/postinfo/@boardid}&amp;ID={post/postinfo/@topicid}" title="ע⣺ɾӣָܻ">ɾ</a>
| <a href="admin_postings.asp?action=ƶ&amp;BoardID={post/postinfo/@boardid}&amp;ID={post/postinfo/@topicid}&amp;replyID={post/postinfo/@replyid}" title="ƶ">ƶ</a> 
| <a href="admin_postings.asp?action=ù̶&amp;BoardID={post/postinfo/@boardid}&amp;ID={post/postinfo/@topicid}" title="ù̶">ù̶</a> 
| <a href="announcements.asp?BoardID={post/postinfo/@boardid}&amp;action=AddAnn"></a>
</div>
</div>
</xsl:template>
<xsl:template name="managemenume">
<div class="mainbar0" style="height:36px;line-height:36px;">
<div style="height:36px;float:right;">
<b>ӹ</b>
<xsl:if test="/post/postinfo/@getmoneytype =1">
 <a href="BuyPost.asp?Action=Close&amp;BoardID={post/postinfo/@boardid}&amp;PostTable={post/postinfo/@posttable}&amp;ID={post/postinfo/@topicid}&amp;ReplyID={post/postinfo/@replyid}" title=""></a> | 
</xsl:if>
<xsl:if test="post/userinfo/@canlockmypost =1">
<xsl:choose>
		<xsl:when test="post/postinfo/@locktopic = 1"> <a href="admin_postings.asp?action=&amp;BoardID={post/postinfo/@boardid}&amp;ID={post/postinfo/@topicid}" title="⿪"></a></xsl:when>
		<xsl:otherwise> <a href="admin_postings.asp?action=&amp;BoardID={post/postinfo/@boardid}&amp;ID={post/postinfo/@topicid}" title=""></a></xsl:otherwise>
</xsl:choose>
</xsl:if>
<xsl:if test="post/userinfo/@candelmypost =1">
 | <a href="admin_postings.asp?action=&amp;BoardID={post/postinfo/@boardid}&amp;ID={post/postinfo/@topicid}" title="ɾĸ"></a>
 | <a href="admin_postings.asp?action=ɾ&amp;BoardID={post/postinfo/@boardid}&amp;ID={post/postinfo/@topicid}" title="ע⣺ɾӣָܻ">ɾ</a>
</xsl:if>
<xsl:if test="post/userinfo/@canmovemypost =1">
 | <a href="admin_postings.asp?action=ƶ&amp;BoardID={post/postinfo/@boardid}&amp;ID={post/postinfo/@topicid}&amp;replyID={post/postinfo/@replyid}" title="ƶ">ƶ</a> 
</xsl:if>
</div>
</div>
</xsl:template>
<xsl:template name="PageList">
<xsl:param name="Page"/><!--ǰҳ-->
<xsl:param name="m"/><!--һʾҳ-->
<xsl:param name="MaxRows"/><!--ÿҳ¼-->
<xsl:param name="CountNum"/><!--ܼ¼-->
<xsl:param name="PageStr"/><!--Ӳ-->
<xsl:param name="v"/><!--ʾ-->
<xsl:param name="pv"/><!--ҳ-->
<xsl:param name="target"/><!--Ŀ-->
<xsl:param name="Forum_AllTopNum"/>
<xsl:variable name="pagecount"><xsl:choose>
<xsl:when test="$CountNum mod $MaxRows=0">
<xsl:value-of select="$CountNum  div $MaxRows"/>
</xsl:when>
<xsl:otherwise><xsl:value-of select="floor($CountNum  div $MaxRows)+1"/>
</xsl:otherwise></xsl:choose>
</xsl:variable>
<xsl:if test="$v='1'">
<table class="tableborder5" cellpadding="0" cellspacing="1">
<form action="{$PageStr}" method="post" name="PageForm" target="{$target}">
<tr align="center">
<td class="tabletitle1" title="" style="text-align : right; "><xsl:text disable-output-escaping="yes" >&amp;nbsp;</xsl:text><xsl:value-of select="$Forum_AllTopNum + $CountNum"/><xsl:text disable-output-escaping="yes" >&amp;nbsp;</xsl:text></td>
<td class="tabletitle1" title="ҳ"><xsl:text disable-output-escaping="yes" >&amp;nbsp;</xsl:text>
<xsl:choose>
			<xsl:when test="$Page='1'">
				<xsl:choose>
				<xsl:when test="$CountNum &lt; $MaxRows">
					<xsl:value-of select="$Forum_AllTopNum + $CountNum"/>
				</xsl:when>
				<xsl:otherwise>
				<xsl:value-of select="$Forum_AllTopNum + $MaxRows"/>
				</xsl:otherwise>
				</xsl:choose>
			</xsl:when>
			<xsl:otherwise>
				<xsl:choose>
				<xsl:when test="$pagecount = $Page">
					<xsl:value-of select="$CountNum - ($MaxRows*($Page - 1))"/>
				</xsl:when>
				<xsl:otherwise>
					<xsl:value-of select="$MaxRows"/>
				</xsl:otherwise>
				</xsl:choose>
			</xsl:otherwise>
</xsl:choose>
<xsl:text disable-output-escaping="yes" >&amp;nbsp;</xsl:text>
</td>
<td class="tabletitle1"><xsl:text disable-output-escaping="yes" >&amp;nbsp;</xsl:text><xsl:value-of select="$Page"/>/<xsl:value-of select="$pagecount"/>ҳ<xsl:text disable-output-escaping="yes" >&amp;nbsp;</xsl:text></td>
<xsl:if test="$Page='1'">
<td class="tablebody1"><xsl:text disable-output-escaping="yes" >&amp;nbsp;</xsl:text><img src="images/pagelist/First.gif" border="0" alt=""/><xsl:text disable-output-escaping="yes" >&amp;nbsp;</xsl:text></td>
</xsl:if>
<xsl:if test="$Page!='1'">
<td class="tablebody1"><xsl:text disable-output-escaping="yes" >&amp;nbsp;</xsl:text><a href="{$PageStr}&amp;{$pv}=1" target="{$target}"><img src="images/pagelist/First.gif" border="0" alt="ҳ"/></a><xsl:text disable-output-escaping="yes" >&amp;nbsp;</xsl:text></td>
</xsl:if>
<xsl:if test="$Page &gt; $m + 1">
<td class="tablebody1"><xsl:text disable-output-escaping="yes" >&amp;nbsp;</xsl:text><a href="{$PageStr}&amp;{$pv}={$Page - $m}" target="{$target}"><img src="images/pagelist/Previous.gif" border="0" alt="{$m}ҳ"/></a><xsl:text disable-output-escaping="yes" >&amp;nbsp;</xsl:text></td>
</xsl:if>
<xsl:variable name="i"><xsl:choose><xsl:when test="$Page &lt; floor($m div 2) + 1 ">1</xsl:when><xsl:otherwise><xsl:value-of select="$Page - floor($m div 2)"/></xsl:otherwise></xsl:choose></xsl:variable>
<xsl:variable name="Endpage"><xsl:choose><xsl:when test="$i + $m -1 &lt; $pagecount "><xsl:value-of select="$i + $m -1 "/></xsl:when><xsl:otherwise><xsl:value-of select="$pagecount"/></xsl:otherwise></xsl:choose></xsl:variable>
<xsl:call-template name="showonepage">
	<xsl:with-param name="i" select="$i"/>
	<xsl:with-param name="endpage" select="$Endpage"/>
	<xsl:with-param name="target" select="$target"/>
	<xsl:with-param name="PageStr" select="$PageStr"/>
	<xsl:with-param name="pv" select="$pv"/>
	<xsl:with-param name="Page" select="$Page"/>
</xsl:call-template>
<xsl:if test="$pagecount &gt; $m + $Page">
<td class="tablebody1"><xsl:text disable-output-escaping="yes" >&amp;nbsp;</xsl:text><a href="{$PageStr}&amp;{$pv}={$m + $Page}"  target="{$target}"><img src="images/pagelist/Next.gif" border="0" alt="{$m}ҳ"/></a><xsl:text disable-output-escaping="yes" >&amp;nbsp;</xsl:text></td>
</xsl:if>
<xsl:if test="$Page != $pagecount">
<td class="tablebody1"><xsl:text disable-output-escaping="yes" >&amp;nbsp;</xsl:text><a href="{$PageStr}&amp;{$pv}={$pagecount}" target="{$target}"><img src="images/pagelist/Last.gif" border="0" alt="βҳ"/></a><xsl:text disable-output-escaping="yes" >&amp;nbsp;</xsl:text></td>
</xsl:if>
<xsl:if test="$Page = $pagecount">
<td class="tablebody1"><xsl:text disable-output-escaping="yes" >&amp;nbsp;</xsl:text><img src="images/pagelist/Last.gif" border="0" alt=""/><xsl:text disable-output-escaping="yes" >&amp;nbsp;</xsl:text></td>
</xsl:if>
<td class="tablebody1"><input type="text" name="{$pv}" size="1" value="{$Page}" class="PageInput"/><input type="submit" value="GO" name="submit" class="PageInput"/></td>
</tr>
</form>
</table>
</xsl:if>
</xsl:template>
	<xsl:template name="showonepage">
		<xsl:param name="i"/>
		<xsl:param name="endpage"/>
		<xsl:param name="target"/>
		<xsl:param name="PageStr"/>
		<xsl:param name="pv"/>
		<xsl:param name="Page"/>
		<xsl:if test="$Page != $i">
		<td class="tablebody1"><xsl:text disable-output-escaping="yes" >&amp;nbsp;</xsl:text><a href="{$PageStr}&amp;{$pv}={$i}" target="{$target}"><xsl:value-of select="$i"/></a><xsl:text disable-output-escaping="yes" >&amp;nbsp;</xsl:text></td>
		</xsl:if>
		<xsl:if test="$Page = $i">
		<td class="tablebody2"><xsl:text disable-output-escaping="yes" >&amp;nbsp;</xsl:text><font class="normalTextSmall"><u><b><xsl:value-of select="$i"/></b></u></font><xsl:text disable-output-escaping="yes" >&amp;nbsp;</xsl:text></td>
		</xsl:if>
		<xsl:if test="$endpage &gt; $i">
			<xsl:call-template name="showonepage">
				<xsl:with-param name="i" select="$i+1"/>
				<xsl:with-param name="endpage" select="$endpage"/>
				<xsl:with-param name="target" select="$target"/>
				<xsl:with-param name="PageStr" select="$PageStr"/>
				<xsl:with-param name="pv" select="$pv"/>
				<xsl:with-param name="Page" select="$Page"/>
				</xsl:call-template>
		</xsl:if>
	</xsl:template>
<xsl:template name="showvote">
	<!-- ȡƱ-->
	<xsl:variable name="sumvote" select="sum(post/voteinfo/voteitem/@num)" />
	<form action="topicother.asp?t=4&amp;boardid={post/postinfo/@boardid}&amp;voteid={post/voteinfo/@voteid}&amp;id={post/postinfo/@topicid}" method="post">
	<div class="th">
	<div style="height:24px;float:left;text-indent:10px;">ͶƱ<xsl:choose>
		<xsl:when test="post/postinfo/@topicmode=0"><xsl:value-of select="post/postinfo/@title"/></xsl:when>
		<xsl:otherwise>
		<xsl:choose>
		<xsl:when test="post/postinfo/@topicmode = 1"><xsl:value-of select="post/postinfo/@title" disable-output-escaping="yes" /></xsl:when>
		<xsl:otherwise><xsl:choose>
		<xsl:when test="post/postinfo/@topicmode = 2"><font color="red"><xsl:value-of select="post/postinfo/@title"/></font></xsl:when>
		<xsl:otherwise>
		<xsl:choose>
		<xsl:when test="post/postinfo/@topicmode = 3"><font color="blue"><xsl:value-of select="post/postinfo/@title"/></font></xsl:when>
		<xsl:otherwise><xsl:choose>
		<xsl:when test="post/postinfo/@topicmode = 4"><font color="green"><xsl:value-of select="post/postinfo/@title"/></font></xsl:when>
		<xsl:otherwise><xsl:value-of select="post/postinfo/@title"/></xsl:otherwise>
</xsl:choose></xsl:otherwise>
</xsl:choose>
		</xsl:otherwise>
</xsl:choose>
		</xsl:otherwise>
</xsl:choose>
</xsl:otherwise>
</xsl:choose>
</div>
</div>
<xsl:for-each select="post/voteinfo/voteitem">
<div class="mainbar3" style="height:28px;line-height:28px;text-align :left;text-indent:12px;">
<div style="float:left;width : 40%;"> <div style="float:left;text-indent:24px;"><xsl:value-of select="concat(position(),'.')" /></div>
<div style="float:left;margin :4px 0px 0px 0px; text-indent:0px;">
<xsl:choose>
		<xsl:when test="../@votetype =0"><input type="radio" name="postvote" value="{position()-1}" /></xsl:when>
		<xsl:otherwise><input type="checkbox" name="postvote_{position()-1}" value="{position()-1}" /></xsl:otherwise>
</xsl:choose>
</div>
<div style="float:left;text-indent:6px;"><xsl:value-of select="." disable-output-escaping="yes"/></div>
</div>
<div class="vote" style="width : 55%;text-indent:2px;">
<xsl:choose>
		<xsl:when test="$sumvote=0">
		<div style="float:left;width :40px;padding:10px 2px;"><img src="{/post/setting/@picurl}bar/bar{((position()-1) mod 10) + 1}.gif" width="0" height="8" alt=""/></div>
<div style="float:left;"><b><xsl:value-of select="@num" /> Ʊ</b>0%</div>
		</xsl:when>
		<xsl:otherwise><div style="float:left;width : {floor((@num div $sumvote ) * 80)}%;padding:10px 2px;"><img src="{/post/setting/@picurl}bar/bar{((position()-1) mod 10) + 1}.gif" width="100%" height="8" alt=""/></div>
<div style="float:left;"><b><xsl:value-of select="@num" /> Ʊ</b><xsl:value-of select="floor((@num div $sumvote ) * 1000) div 10" />%</div></xsl:otherwise>
</xsl:choose>
</div>
</div>
</xsl:for-each>
<div class="mainbar2" style="height:32px;line-height:32px;text-align : left;text-indent:24px;">
<div style="float:left;"> 
<xsl:choose>
		<xsl:when test="post/userinfo/@userid=0">δ¼ܲͶƱ</xsl:when>
		<xsl:otherwise>
		<xsl:choose>
		<xsl:when test="post/voteinfo/@istimeout=1">ͶƱѹ</xsl:when>
		<xsl:otherwise>
		<xsl:choose>
		<xsl:when test="post/postinfo/@locktopic = 1">ѾͶƱ</xsl:when>
		<xsl:otherwise>
		<xsl:choose>
		<xsl:when test="post/voteinfo/@alreadyvote=1">ѾͶƱˣɣ</xsl:when>
		<xsl:otherwise><input type="submit" name="Submit" value="Ͷ Ʊ" style="margin : 5px;"/></xsl:otherwise>
</xsl:choose>
		</xsl:otherwise>
</xsl:choose>
		</xsl:otherwise>
</xsl:choose>
		</xsl:otherwise>
</xsl:choose>
</div>
<div style="float:left;">  [Ʊ <b><xsl:value-of select="$sumvote" /> Ʊ</b> ͶƱ <b><xsl:value-of select="post/voteinfo/@voters" /></b>  ֹʱ䣺<xsl:value-of select="post/voteinfo/@timeout" /> | <a href="javascript:openScript('viewinfo.asp?t=1&amp;boardid={post/postinfo/@boardid}&amp;id={post/voteinfo/@voteid}',300,500)">鿴ͶƱû</a>]</div>
</div>
<div class="mainbar3" style="height:28px;line-height:28px;text-align : left;text-indent:24px;">
ͶƱƣҪﵽ趨ֵͶƱ <b><xsl:value-of select="post/voteinfo/@uarticle" /></b>  <b><xsl:value-of select="post/voteinfo/@uep" /></b>  <b><xsl:value-of select="post/voteinfo/@ucp" /></b>  Ǯ <b><xsl:value-of select="post/voteinfo/@uwealth" /></b>  <b><xsl:value-of select="post/voteinfo/@upower" /></b>
</div>
</form>
<br />
	</xsl:template>
	<!--Ƿʾж-->
	<xsl:template name="checkgetmoney">
	<fieldset style="border : 1px dotted #ccc;">
	<xsl:choose>
		<xsl:when test="/post/postinfo/@postuserid=/post/userinfo/@userid"><legend style="text-indent:0px;">Ҫ֧ <b><font color="red"><xsl:value-of select="/post/postinfo/@getmoney" /></font></b> ҷɲ鿴ӡ</legend>
<xsl:value-of select="@body" disable-output-escaping="yes"/>
</xsl:when>
		<xsl:otherwise><xsl:choose>
		<xsl:when test="/post/userinfo/@truemaster =1"><legend style="text-indent:0px;">Ҫ֧ <b><font color="red"><xsl:value-of select="/post/postinfo/@getmoney" /></font></b> ҷɲ鿴ǹԱԿݡ</legend>
<xsl:value-of select="@body" disable-output-escaping="yes"/></xsl:when>
		<xsl:otherwise><xsl:choose>
		<xsl:when test="/post/postinfo/postbuyinfo/postbuyusers = /post/userinfo/@username"><legend style="text-indent:0px;">Ҫ֧ <b><font color="red"><xsl:value-of select="/post/postinfo/@getmoney" /></font></b> ҷɲ鿴Ѿ</legend>
<xsl:value-of select="@body" disable-output-escaping="yes"/></xsl:when>
		<xsl:otherwise>
		<xsl:choose>
		<xsl:when test="/post/userinfo/@vipgroupuser=1 and /post/postinfo/postbuyinfo/@notvipbuy=1"><legend style="text-indent:0px;">Ҫ֧ <b><font color="red"><xsl:value-of select="/post/postinfo/@getmoney" /></font></b> ҷɲ鿴vipûΪvipû⹺鿴ֱӲ鿴</legend>
<xsl:value-of select="@body" disable-output-escaping="yes"/></xsl:when>
		<xsl:otherwise>
		<xsl:choose>
		<xsl:when test="(/post/postinfo/postbuyinfo/@buyuser =',,' or contains(/post/postinfo/postbuyinfo/@buyuser,concat(',',/post/userinfo/@username,','))) and /post/userinfo/@userid !=0 "><legend style="text-indent:0px;">Ҫ֧ <b><font color="red"><xsl:value-of select="/post/postinfo/@getmoney" /></font></b> ҷɲ鿴Ҫ򷽿ɿݡ</legend>
<input type="button" value="Ҫ鿴ݣ" onclick="location.href='BuyPost.asp?action=buy&amp;boardid={/post/postinfo/@boardid}&amp;id={/post/postinfo/@topicid}&amp;ReplyID={@announceid}&amp;PostTable={/post/postinfo/@posttable}'"/></xsl:when>
		<xsl:otherwise>
		<legend style="text-indent:0px;">Ҫ֧ <b><font color="red"><xsl:value-of select="/post/postinfo/@getmoney" /></font></b> ҷɲ鿴Ҫ򷽿ɿݡ</legend>
<xsl:choose>
		<xsl:when test="/post/userinfo/@userid !=0">¥Թ</xsl:when>
		<xsl:otherwise>δ¼ܹ</xsl:otherwise>
</xsl:choose>
		</xsl:otherwise>
</xsl:choose>
		</xsl:otherwise>
</xsl:choose>
		</xsl:otherwise>
</xsl:choose>
		</xsl:otherwise>
</xsl:choose>
		</xsl:otherwise>
</xsl:choose>
	</fieldset>
	</xsl:template>
</xsl:stylesheet>